@charset "utf-8";
*, *:before, *:after {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    outline:0;
    margin:0;
    padding:0;
}
#bsWXBox {
    box-sizing:content-box;
}
ul {
    list-style:none;
}
body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin:0;
    padding:0;
}
a:link, a:visited {
    text-decoration:none;
    outline:0;
    color:#666
}
a:hover, a:active, a:focus {
    color:#666;
    text-decoration:none
}
img {
    border:0;
    padding: 0;
    margin: 0;
    max-width:100%;
}
table {
    border-collapse:collapse;
    width:100%
}
h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
}
input, textarea {
    font-size:14px;
    outline:0;
    overflow:hidden;
    font-family:arial, "microsoft yahei"
}
input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor:pointer;
    outline:0;
    border: none;
}
input[type='checkbox'], input[type='radio'] {
    position:relative;
    vertical-align:middle;
}
textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
    outline:0;
    color:#666;
}
input[type="submit"], input[type="reset"], input[type="button"], input[type='text'], select, button {
    -webkit-appearance:none
}
input, select, textarea {
    -webkit-appearance:none;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
::-webkit-input-placeholder {
    color:#999;
}
:-moz-placeholder {
    color:#999;
    opacity:1;
}
::-moz-placeholder {
    color:#999;
    opacity:1;
}
:-ms-input-placeholder{
    color:#999;
}
.clearfix:after {
    clear:both;
    height:0;
    content:"";
    line-height:0;
    font-size:0;
    display:block
}
.clear {
    clear:both;
}

body {
    font-family:arial, "microsoft yahei";
    font-size:14px;
    color:#666;
    line-height:1.5;
    width:100%;
    background:#fff;
    -webkit-tap-highlight-color:transparent;
    -webkit-text-size-adjust: none;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.pic{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.pic:after{
    content: '';
    display: block;
    padding-bottom: 100%;
}
.pic img{
    transition: .5s;
}
.middleCenter {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    max-width:100%;
    max-height:100%;
    display:block;
    vertical-align:middle;
    text-align:center;
    margin:auto
}
.tp{
    overflow: hidden;
}
.tp img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: .5s;
}
.container1 {
    width: 78.8%;
    margin: 0 auto;
}
header {
	width:100%;
	margin:0 auto;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:80px;
	clear:both;
    background-color: #fff;
}
.yx {
	float:left;
}
.yx a {
	display:block;
    padding-top: 8px;
}
.yx img {
	max-width:100%;
	height:auto;
}
.navdaohang {
	float:right;
}
.menupc li{
    float: left;
    text-align: center;
    line-height:80px;
    z-index: 9;
    position:relative;
    margin: 0 31px;
}
.menupc li:hover a{
    color: #004ea1;
}
.menupc li:hover a:after{
    width: 100%;
}
.menupc li a{
    display:block;
    color: #444;
    font-size: 16px;
    z-index: 999;
    position: relative;
}
.menupc li:nth-child(1) a{
    padding: 0 10px;
}
.menupc li a:after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #004ea1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    transition: .5s;
}
.menupc li a:hover:after{
    width: 100%;
}
.menupc li a:hover{
    color: #004ea1;
}
.menupc li .current{
    color: #004ea1;
}
.menupc li .current:after{
    width: 100%;
}
.menupc ul{
    background-color: rgba(255,255,255,.8);
    position: absolute;
    display:none;
    overflow: hidden;
    z-index: 999;
    width: 160px;
    left: 50%;
    transform: translate(-50%, 0);
}
.menupc ul li{
    float: none;
    position: static;
    text-align: center;
    background:none;
    line-height: 40px;
    width:100%;
    margin: 0;
}
.menupc ul li a{
    display: block;
    font-size: 16px;
    position:relative;
    padding: 0 5px;
    color:#333 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menupc ul li:nth-child(1) a{
    padding: 0 5px;
}
.menupc ul li a:after{
    display: none !important;
}
.menupc ul li a:hover{
    color: #fff !important;
    background-color: #004ea1 !important;
}
.menupc ul li .current{
    color: #fff !important;
    background-color: #004ea1 !important;
}
.menupc ul.subnav {
    display: block;
}
.nav-fr{
    float: right;
    margin-top: 23px;
    margin-left: 35px;
}
.nation{
	float:right;
}
.nation a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #444;
    background-color: #eee;
    border-radius: 50%;
    transition: .5s;
}
.nation a:hover{
    color: #fff;
    background-color: #004ea1;
}
.header-search {
    float: left;
    background: url("../images/li.jpg") no-repeat right center;
    padding-right: 10px;
    margin-right: 10px;
}
.header-search .pull-right {
    float:right;
    cursor:pointer;
}
.header-search .pull-right a {
    display:block;
    width: 30px;
    line-height: 30px;
    height: 30px;
    position: relative;
    background-color: #eee;
    border-radius: 50%;
}
.header-search .pull-right a:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/search.png) no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
}
/*.header-search .pull-right a.active{
    background-color: #fff;
}
.header-search .pull-right a.active:after{
    background: url(../images/search1.png) no-repeat center;
}*/
.search {
    z-index: 9;
    position: relative;
}
.search .btn-search-max {
    z-index: 2;
    -webkit-transition: All .2s ease-in-out;
    transition: All .2s ease-in-out;
    position: relative
}
.search .btn-search-max * {
    display: inline-block;
    vertical-align: middle
}
.search .search-main {
    top: 56px;
    right: 0;
    z-index: 9;
    width: 360px;
    display: none;
    padding: 18px 30px 18px 19px;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.search-container {
    padding-left: 0;
    overflow: hidden;
    position: relative;
}
.search-container .form-control {
    text-align: left;
    border: 1px solid #ad9a84;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -mz-border-radius: 0;
    font-size: 14px;
    color: #808080;
    line-height: 41px;
    height: 41px;
    vertical-align: top;
    padding: 0 85px 0 25px;
    -webkit-appearance: none;
    background-color: #fff;
    border-radius: 25px;
}
.search-container .form-control:focus {
    box-shadow: 0 0 10px #ccc;
}
.search-container .btn {
    top: 0;
    border: 0;
    right: 0;
    color: #fff;
    width: 60px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    border-radius: 0 25px 25px 0;
    background: #004ea1 url(../images/overlay-icon.png) no-repeat center center;
}
#search-closed {
    right: 0;
    top: 23.5px;
    max-width: 30px;
    position: absolute;
    cursor: pointer
}




/*手机导航*/
.phone-nav {
    position:absolute;
    font-size:30px;
    right:15px;
    top:0px;
    line-height:60px;
    display:none;
    color:#666;
}
.phone-nav img{
    height: 30px;
    margin-top: 15px;
    display: block;
}
.header a[href="#page"] {
	display:none!important;
}
.mm-opened .header a[href="#page"] {
	display:block!important;
}
.mm-opened .header a[href="#mmenu"] {
	display:none!important;
}
#mmenu {
	z-index:9999;
}
#mmenu li .home-search {
	float:left;
	margin-left:20px;
	width:90%;
	background-color:#fff;
	padding-left:0;
	overflow:hidden;
	margin-top:10px;
	position:relative
}
#mmenu li .home-search .keyword {
	text-align:left;
	border:0;
	box-shadow:0;
	border-radius:0;
	width:86%;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-mz-border-radius:0;
	font-size:14px;
	color:#999;
	line-height:20px;
	vertical-align:top;
	padding:6px 86px 6px 10px;
	-webkit-appearance:none;
	background-color:#fff;
	border:1px solid #ccc
}
#mmenu li .home-search .keyword:focus {
	transition:border linear .2s, box-shadow linear .5s;
	-moz-transition:border linear .2s, -moz-box-shadow linear .5s;
	-webkit-transition:border linear .2s, -webkit-box-shadow linear .5s;
	outline:0;
	border:1px solid #004ea1;
}
#mmenu li .home-search .btn-sub {
	top:0;
	border:0;
	right:0;
	color:#ca1019;
	width:42px;
	height:34px;
	line-height:34px;
	text-align:center;
	position:absolute;
	cursor:pointer;
	border-radius:0;
	background:#004ea1 url(../images/search3.png) no-repeat center center;
}
.container-fluid {
	margin-left:auto;
	margin-right:auto;
	padding:0 15px;
}


/*swiper的banner*/
.home-banner {
    width:100%;
    margin: 0 auto;
    position:relative;
}
.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banners a{
    display: block;
}
.banners a img{
    display: block;
    width: 100%;
    height: auto;
}
.home-banner .swiper-container .swiper-pagination{
    display: block;
    bottom: 15px;
    right: 0;
}
.home-banner .swiper-container .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: rgba(255,255,255,.6);
    opacity: 1;
    outline: none;
    margin: 0px 10px;
    border-radius: 25px;
}
.home-banner .swiper-container .swiper-pagination-bullet-active{
    width: 40px;
    background-color: #004ea1;
}



@media(max-width:1200px) {
    .daohang{
        height:60px;
    }
    .yx a{
        padding-top: 10px;
    }
    .yx img{
        height: 40px;
    }
    .phone-nav {
        display:block;
    }
    .navdaohang {
        display:none;
    }
    .nav-fr{
        margin-top: 15px;
        padding-right: 45px;
        margin-left: 0;
    }
    .header-search{
        display: none;
    }
    .nation{
        margin-left: 0;
    }
    .nation_t{
        background: none;
        padding-left: 0;
        margin-left: 0;
    }
}

.top{
    position: fixed;
    right: 0;
    bottom: 0;
}
footer{
    width: 100%;
    margin: 0 auto;
    background: url("../images/footerbg.png") no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.footer2{
    border-top: 1px solid #3369ac;
    overflow: hidden;
    padding: 16px 0;
}
.footer2 p{
    text-align: center;
    line-height: 25px;
    color: rgba(255,255,255,.5);
    font-size: 16px;
}
.footer2 p a{
    color: rgba(255,255,255,.5);
}
.footer2 p a:hover{
    color: #fff;
}
.footer1{
    padding: 35px 0;
    overflow: hidden;
}
.footer1_fl{
    float: left;
    width: 19%;
}
.footer1_fl_t{
    margin-bottom: 15px;
}
.footer1_fl_b{

}
.footer1_fl_b ul{
    display: flex;
    justify-content: center;
}
.footer1_fl_b ul li{
    margin: 0 9px;
}
.footer1_fl_b ul li a{
    display: block;
    width: 35px;
    height: 35px;
}
.footer1_fl_b ul li a img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.fwx{
    position:relative;
}
.fwx::after{
    content: url(../images/ewm.jpg);
    position: absolute;
    right: -40px;
    top: -125px;
    z-index: 99;
    width:120px;
    height: 120px;
    border-radius: 4px;
    transform-origin: top center;
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.fwx:hover::after{
    transform:scale(1);
    opacity: 1;
}
.footer1_fr{
    float: right;
    width: 9%;
}
.footer1_fr img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.footer1_fc{
    float: left;
    width: 72%;
    padding: 0 5%;
}
.footer1_fc_t{
    margin: 20px 0 25px 0;
    overflow: hidden;
}
.footer1_fc_t ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
.footer1_fc_t ul li{
    line-height: 30px;
    background: url("../images/fli.jpg") no-repeat right center;
}
.footer1_fc_t ul li:last-child{
    background: none;
}
.footer1_fc_t ul li a{
    display: block;
    padding: 0 20px;
    font-size: 16px;
    color: #fff;
}
.footer1_fc_b{

}
.sform{
    display: flex;
    justify-content: center;
}
.sform1{
    width: 43%;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border-radius: 5px;
    color: #666;
    padding: 0 15px;
    border: none;
}
.sform2{
    width: 15%;
    height: 40px;
    line-height: 40px;
    background-color: #00b0bc;
    border-radius: 5px;
    color: #fff;
    border: none;
    font-size: 16px;
    margin-left: 1%;
}


.home-procate{
    width: 100%;
    margin: 80px auto 95px auto;
}
.index_title{
    text-align: center;
    line-height: 1;
}
.index_title p{
    font-size: 40px;
    font-weight: bold;
    color: #eee;
    text-transform: uppercase;
}
.index_title h3{
    font-size: 36px;
    color: #333;
    margin-top: -15px;
}
.index_title h3:after{
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: #004ea1;
    margin: 25px auto 0 auto;
}
.procate_nav{
    margin: 50px 0;
    overflow: hidden;
}
.procate_nav ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.procate_nav ul li{
    width: 14.28%;
    padding: 0 10px;
}
.procate_nav ul li a{
    display: block;
}
.procate_img{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
    transition: .5s;
}
.procate_img:after{
    content: '';
    display: block;
    padding-bottom: 100%;
}
.procate_img .p_before{
    top: 0;
    transition: all 0.6s ease-in-out 0s;
}
.procate_img .p_after{
    top: -200%;
    opacity: 0;
    transition: all 0.6s ease-in-out 0s;
}
.procate_nav ul li a:hover .procate_img{
    border: 1px solid #004ea1;
}
.procate_nav ul li a:hover .procate_img .p_after{
    top: 0;
    opacity: 1;
}
.procate_nav ul li a:hover .procate_img .p_before{
    top: 200%;
}
.procate_nav ul li a.current .procate_img{
    border: 1px solid #004ea1;
}
.procate_nav ul li a.current .procate_img .p_after{
    top: 0;
    opacity: 1;
}
.procate_nav ul li a.current .procate_img .p_before{
    top: 200%;
}
.procate_txt{
    margin-top: 15px;
    font-size: 18px;
    line-height: 1;
    color: #333;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.procate_nav ul li a:hover .procate_txt{
    color: #004ea1;
}
.procate_nav ul li a.current .procate_txt{
    color: #004ea1;
}
.procate_con{
    margin-bottom: 50px;
}
.procate_con ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.procate_con ul li{
    width: 25%;
    padding: 0 10px;
    margin-bottom: 15px;
}
.procate_con ul li a{
    display: block;
    background-color: #f8f8f8;
    padding: 15px 15px 0 15px;
    overflow: hidden;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
}
.procate_con ul li a .pic:after{
    padding-bottom: 90.90%;
}
.procate_con ul li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.procate_info{
    padding: 20px 15px;
    font-size: 18px;
    line-height: 1;
}
.procate_info1{
    color: #333;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.procate_con ul li a:hover .procate_info1{
    color: #004ea1;
}
.procate_info2{
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.procate_info2:after{
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background-color: #004ea1;
    margin-top: 18px;
}
.index_more{
    text-align: center;
}
.index_more a{
    display: block;
    width: 150px;
    margin: 0 auto;
    line-height: 38px;
    position: relative;
    transition: .5s;
    background-color: #004ea1;
    border: 1px solid #004ea1;
    border-radius: 25px;
}
.index_more a p{
    color: #fff;
    position: relative;
    z-index: 999;
}
.index_more a:hover p{
    color: #004ea1;
}
.index_more a:after{
    content: '';
    display: block;
    width: 0;
    margin: 0 auto;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: .5s;
    border-radius: 25px;
}
.index_more a:hover:after{
    width: 100%;
}

.home-about{
    width: 100%;
    margin: 0 auto;
    background: url("../images/aboutbg.jpg") no-repeat top center;
    padding-top: 7%;
}
.home-about .container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.about_fl{
    width: 54.5%;
}
.about_fr{
    width: 42%;
}
.about_fr .index_title{
    text-align: left;
}
.about_fr .index_title p{
    color: rgba(255,255,255,.5);
}
.about_fr .index_title h3{
    color: #fff;
    margin-top: 0;
}
.about_fr .index_title h3:after{
    display: none;
}
.about_frs{
    margin-top: 30px;
    background-color: #fff;
    overflow: hidden;
    padding: 50px 50px 70px 50px;
}
.about_frs1{
    border-bottom: 1px solid #e5e5e5;
    height: 55px;
    position: relative;
    margin-bottom: 30px;
}
.about_frs1 p{
    font-size: 20px;
    color: #333;
    line-height: 1;
}
.about_frs1 p:after{
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background-color: #004ea1;
    position: absolute;
    bottom: -1px;
}
.about_frs2{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    height: 120px;
    overflow: hidden;
}
.about_frs .index_more a{
    margin: 13% auto 0 0;
    background-color: #fff;
    border: 1px solid #ddd;
}
.about_frs .index_more a p{
    color: #666;
}
.about_frs .index_more a:hover{
    border: 1px solid #004ea1;
}
.about_frs .index_more a:after{
    background-color: #004ea1;
}
.about_frs .index_more a:hover p{
    color: #fff;
}

.home-advantage{
    width: 100%;
    margin: -120px auto 0 auto;
    background: url("../images/advbg.jpg") no-repeat center;
    background-size: cover;
    padding: 205px 0 95px 0;
    overflow: hidden;
}
.home-advantage .index_title p{
    color: rgba(178,178,178,.4);
}
.adv_con{
    margin-top: 70px;
}
.adv_con ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.adv_con ul li{
    width: 20%;
    padding: 0 20px;
}
.adv_cons{
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
.adv_cons .tp{
    border-radius: 50%;
}
.adv_txt_b{
    position: absolute;
    bottom: 25px;
    width: 100%;
    border-radius: 50%;
    transition: .5s;
    transform: rotateY(0deg);
}
.adv_txt_b p{
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 1;
}
.adv_txt_a{
    transform: rotateY(90deg);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: .5s;
}
.adv_txt_a:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(13,77,161,.7);
    border-radius: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: -1;
}
.adv_cons:hover .adv_txt_a:after{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.adv_txt_a p{
    margin-top: 15px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 1;
}
.adv_cons:hover .adv_txt_b{
    transform: rotateY(90deg);
}
.adv_cons:hover .adv_txt_a{
    transform: rotateY(0deg);
}

.home-news{
    width: 100%;
    margin: 95px auto 105px auto;
}
.news_con{
    margin-top: 65px;
}
.news_con ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.news_con ul li{
    width: 33.3%;
    padding: 0 15px;
}
.news_con ul li a{
    display: block;
}
.news_con ul li a .pic:after{
    padding-bottom: 56.25%;
}
.news_con ul li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.news_txt{
    margin-top: 30px;
}
.news_txt1{
    font-size: 18px;
    color: #333;
    line-height: 1;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_txt2{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}
.news_txt3{
    border-top: 1px solid #e5e5e5;
    position: relative;
    padding-top: 22px;
    margin-top: 22px;
}
.news_txt3:before{
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #004ea1;
    position: absolute;
    top:0;
    transition: .5s;
}
.news_con ul li a:hover .news_txt3:before{
    width: 100%;
}
.news_txt3 p{
    font-size: 18px;
    font-weight: bold;
    color: #999;
    transition: .5s;
}
.news_con ul li a:hover .news_txt1{
    color: #004ea1;
}
.news_con ul li a:hover .news_txt3 p{
    background: url("../images/njt.png") no-repeat right center;
}

/*公司简介*/
.inner-banner{
    width: 100%;
    margin: 0 auto;
}
.inner-banner img{
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}
.inner-main{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.inner_fl{
    float: left;
    width: 260px;
    margin-top: -40px;
}
.inner_fl_t{
    margin-bottom: 30px;
    overflow: hidden;
}
.inner_fl_title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80px;
    padding: 0 20px 0 44px;
    background: #004ea1 url("../images/line.jpg") no-repeat 20px center;
}
.inner_fl_title h3{
    font-size: 26px;
    line-height: 1;
    color: #fff;
    margin-bottom: 5px;
}
.inner_fl_title p{
    font-size: 16px;
    line-height: 1;
    color: rgba(255,255,255,.6);
    text-transform: uppercase;
}
.inner_fl_t_con{
    border: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 0 20px;
}
.inner_fl_t_con li{
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden;
    line-height: 59px;
    text-align: center;
}
.inner_fl_t_con li:last-child{
    border-bottom: none;
}
.inner_fl_t_con li a{
    display: block;
    font-size: 16px;
    color: #333;
}
.inner_fl_t_con li a:hover{
    color: #004ea1;
}
.inner_fl_t_con li a.current{
    color: #004ea1;
}
.inner_fl_b{
    margin-bottom: 30px;
    overflow: hidden;
}
.inner_fl_b_con{
    border: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 25px;
}
.inner_fl_b_con p{
    font-size: 16px;
    color: #333;
    line-height: 30px;
    padding-left: 30px;
    margin-bottom: 30px;
}
.inner_fl_b_con p:last-child{
    margin-bottom: 0;
}
.inner_fl_b_con p.ltel{
    background: url("../images/ltel.png") no-repeat left 7px;
}
.inner_fl_b_con p.lmail{
    background: url("../images/lmail.png") no-repeat left 7px;
}
.inner_fr{
    margin-left: 300px;
    padding-top: 38px;
}
.inner_fr_title{
    border-bottom: 2px solid #004ea1;
    overflow: hidden;
    line-height: 25px;
    padding-bottom: 15px;
}
.inner_fr_title p{
    float: left;
    font-size: 26px;
    color: #004ea1;
}
.inner_fr_title span{
    float: right;
    font-size: 16px;
    color: #666;
}
.inner_fr_title span a{
    font-size: 16px;
    color: #666;
}
.inner_fr_title span em{
    color: #004ea1;
    font-style: normal;
}
.inner_fr_con{
    margin: 40px 0 100px 0;
    overflow: hidden;
}
.iabout1{
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.iabout2{
    margin: 75px 0 45px 0;
    overflow: hidden;
}
.iabout2 ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.iabout2 li{
    float: left;
    width: 25%;
    text-align: center;
    line-height: 1;
    cursor: default;
    overflow: hidden;
    padding: 0 10px;
    background: url("../images/ali.jpg") no-repeat right center;
}
.iabout2 li:last-child{
    background: none;
}
.iabout2 li h3{
    font-size: 16px;
    color: #004ea1;
    margin-bottom: 20px;
}
.iabout2 li h3 span{
    font-size: 40px;
}
.iabout2 li p{
    color: #666;
    font-size: 20px;
}


/*联系我们*/
.icontact{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.icontact_fl{
    width: 35%;
}
.icontact_fl h3{
    font-size: 18px;
    color: #333;
    line-height: 1;
}
.icontact_fl p{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    padding-left: 23px;
    margin-top: 12%;
}
.icontact_fl p.c1{
    background: url("../images/c1.png") no-repeat left 7px;
}
.icontact_fl p.c2{
    background: url("../images/c2.png") no-repeat left 7px;
}
.icontact_fl p.c3{
    background: url("../images/c3.png") no-repeat left 7px;
}
.icontact_fr{
    width: 60%;
}


/*在线留言*/
.ifeedback h3{
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-bottom: 35px;
}
.lx_t{
    margin-bottom: 30px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.lx_t_fl{
    width: 41%;
}
.lx1{
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #ccc;
    height: 60px;
    padding: 0 25px;
    display: flex;
    align-items: center;
}
.lx1 label{
    font-size: 16px;
    color: #333;
    width: 65px;
    text-align: right;
}
.lx1 input{
    flex: 1;
    border: none;
    height: 58px;
    background-color: transparent;
    color: #666;
    margin-left: 20px;
}
.lx_t_fr{
    width: 57%;
}
.lx2{
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #ccc;
    padding: 15px 25px;
    display: flex;
    align-items: flex-start;
}
.lx2 label{
    font-size: 16px;
    color: #333;
    width: 65px;
    text-align: right;
}
.lx2 textarea{
    display: block;
    flex: 1;
    border: none;
    background-color: transparent;
    color: #666;
    margin-left: 20px;
    height: 188px;
    resize: none;
}
.lx3{
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #ccc;
    height: 60px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    position: relative;
}
.lx3 label{
    font-size: 16px;
    color: #333;
    width: 65px;
    text-align: right;
}
.lx3 input{
    flex: 1;
    border: none;
    height: 58px;
    background-color: transparent;
    color: #666;
    margin-left: 20px;
}
.lx3 a{
    position: absolute;
    right: 1px;
    top: 1px;
    height: 58px;
}
.lx3 a img{
    width: auto;
    height: 58px;
}
.lx_b{
    text-align: center;
}
.lx_b input{
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    border-radius: 35px;
    border: none;
    margin: 0 20px;
}
.lx_b input.tj{
    background-color: #004ea1;
    color: #fff;
}
.lx_b input.cz{
    background-color: #eee;
    color: #666;
}


/*发展历程*/
.iprocess{

}
.iprocess ul{
    position: relative;
    padding-bottom: 45px;
}
.iprocess ul:before{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 49.5%;
    background-color: #e5e5e5;
}
.iprocess ul li{
    margin-bottom: 45px;
    overflow: hidden;
    position: relative;
    cursor: default;
}
.iprocess ul li:last-child{
    margin-bottom: 0;
}
.iprocess ul li:before{
    content: '';
    display: block;
    background: url("../images/circle.png") no-repeat center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 48.75%;
}
.iprocess ul li:nth-child(odd) .iprocess_con{
    margin: 0 0 0 auto;
    padding: 8px 18px 8px 8px;
}
.iprocess ul li:nth-child(even) .iprocess_con{
    margin: 0 auto 0 0;
    padding: 8px 8px 8px 18px;
}
.iprocess_con{
    width: 47%;
    background-color: #f8f8f8;
    overflow: hidden;
}
.iprocess_con .pic{
    width: 41%;
}
.iprocess_con .pic:after{
    padding-bottom: 81.81%;
}
.iprocess_con:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iprocess ul li:nth-child(odd) .iprocess_con .pic{
    float: left;
}
.iprocess ul li:nth-child(odd) .iprocess_con .lc_txt{
    float: right;
}
.iprocess ul li:nth-child(even) .iprocess_con .pic{
    float: right;
}
.iprocess ul li:nth-child(even) .iprocess_con .lc_txt{
    float: left;
}
.lc_txt{
    width: 56%;
    margin-top: 30px;
}
.lc_txt1{
    font-size: 20px;
    color: #004ea1;
    line-height: 1;
    margin-bottom: 10px;
}
.lc_txt2{
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

/*自动化生产视频*/
.ivideo{

}
.ivideo ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.ivideo ul li{
    width: 50%;
    padding: 0 20px;
    margin-bottom: 40px;
}
.m-video{
    overflow:hidden;
    cursor: pointer;
    position: relative;
}
.m-video .pic:after{
    padding-bottom: 60.34%;
}
.m-video:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.v_btn{
    background-color: rgba(0,0,0,.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*分页*/
.pagination{
    text-align:center;
    color:#666;
    clear:both;
}
.pagination a{
    display:inline-block ;
    color: #888;
    text-align: center;
    text-transform: capitalize;
    padding:0px 10px;
    line-height:28px;
    margin:0px 1px 10px 1px;
    border: 1px solid #ccc;
}
.pagination a:hover{
    color:#fff;
    background-color:#004ea1;
    border: 1px solid #004ea1;
}
.pagination a.active {
    color:#fff;
    background-color: #004ea1;
    border: 1px solid #004ea1;
}


/*技术优势*/
.iadvantage{
    font-size: 16px;
    color: #666;
    line-height: 30px;
}


/*品牌文化*/
.iculture{

}
.iculture li{
    background-color: #fafafa;
    overflow: hidden;
    position: relative;
}
.iculture li .tp{
    width: 50%;
}
.iculture li:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iculture li:nth-child(odd) .tp{
    float: left;
}
.iculture li:nth-child(odd) .iculture_txt{
    right: 0;
}
.iculture li:nth-child(even) .tp{
    float: right;
}
.iculture li:nth-child(even) .iculture_txt{
    left: 0;
}
.iculture_txt{
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    padding: 8% 7%;
}
.iculture_txt1{
    font-size: 26px;
    color: #004ea1;
    line-height: 1;
    margin-bottom: 20px;
}
.iculture_txt2{
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.iculture_txt3{
    font-size: 220px;
    color: #f0f0f0;
    font-weight: bold;
    line-height: 0.8;
    position: absolute;
    right: 30px;
    bottom: -50px;
}


/*荣誉证书*/
.ihonor{
    margin-bottom: 50px;
    overflow: hidden;
}
.ihonor ul{
    display: flex;
    flex-wrap: wrap;
}
.ihonor ul li{
    width: 33.3%;
    padding: 0 15px;
    margin-bottom: 32px;
}
.ihonor ul li a{
    display: block;
    transition: .5s;
}
.ihonor_img{
    border: 1px solid #ddd;
    padding: 25px 15px;
}
.ihonor_img .pic:after{
    padding-bottom: 65.32%;
}
.ihonor_txt{
    margin-top: 12px;
    text-align: center;
    padding: 0 5px;
    font-size: 18px;
    color: #666;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ihonor ul li a:hover .ihonor_img{
    border: 1px solid #004ea1;
}
.ihonor ul li a:hover .ihonor_img .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ihonor ul li a:hover .ihonor_txt{
    color: #004ea1;
}


/*产品中心*/
.pinfo{
    border: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 0 20px;
}
.pinfo li{
    overflow:hidden;
    position:relative;
    border-bottom: 1px solid #e2e2e2;
}
.pinfo li:last-child{
    border-bottom: none;
}
.pinfo li a{
    display:block;
    font-size:16px;
    color:#333;
    line-height:59px;
    overflow:hidden;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.pinfo li a:hover{
    color:#004ea1;
}
.pinfo li .more{
    position: absolute;
    right: 0;
    padding:0;
    top: 0;
    border:none;
    width:30px;
    height:59px;
    cursor: pointer;
    background: url(../images/p.png) no-repeat right center;
    display: block;
    z-index: 5;
}
.pinfo ul li a:hover.more {
    background:url(../images/p.png) no-repeat right center;
}
.pinfo ul li:hover .more {
    background:url(../images/p_h.png) no-repeat right center;
}
.pinfo .er{
    display:none;
    border-top: 1px solid #e5e5e5;
}
.pinfo .er li{

}
.pinfo .er li a {
    color: #999;
    font-size:16px;
    line-height:35px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pinfo .nav-show .er {
    display:block;
}
.pinfo .nav-show .er li{
    border-bottom: none;
}
.pinfo .nav-show .er li a {
    color: #999;
    font-size:16px;
    line-height:35px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pinfo .nav-show .er li a:hover {
    background: #e5e5e5;
}
.pinfo .nav-show:hover .more {
    background:url(../images/p_h.png) no-repeat right center;
}
.pinfo .nav-show a{
    color:#004ea1;
}
.pinfo .nav-show .more{
    background:url(../images/p_h.png) no-repeat right center;
}
.ipro{

}
.ipro ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.ipro ul li{
    width: 33.3%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.ipro ul li a{
    display: block;
    border: 2px solid #fff;
    overflow: hidden;
    background-color: #fff;
    transition: .5s;
}
.ipro ul li a .pic:after{
    padding-bottom: 90.90%;
}
.pro_info{
    padding: 25px 20px;
    overflow: hidden;
}
.pro_info1{
    font-size: 18px;
    color: #333;
    line-height: 1;
    transition: .5s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro_info2{
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
}
.pro_info2s{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}
.ipro ul li a:hover{
    background-color: #004ea1;
    border: 2px solid #004ea1;
}
.ipro ul li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ipro ul li a:hover .pro_info1{
    background: url("../images/pjt.png") no-repeat right center;
    color: #fff;
}
.ipro ul li a:hover .pro_info2{
    border-top: 1px solid #fff;
}
.ipro ul li a:hover .pro_info2s{
    color: #fff;
}


/*专利证书*/
.ipatent{
    margin-bottom: 45px;
    overflow: hidden;
}
.ipatent ul{
    display: flex;
    flex-wrap: wrap;
}
.ipatent ul li{
    width: 25%;
    padding: 0 13px;
}
.ipatent ul li a{
    display: block;
    transition: .5s;
}
.patent_img{
    border: 1px solid #ddd;
    padding: 15px 12px;
}
.patent_img .pic:after{
    padding-bottom: 141.33%;
}
.patent_txt{
    text-align: center;
    padding: 20px 5px 28px 5px;
    font-size: 18px;
    color: #666;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ipatent ul li a:hover .patent_img{
    border: 1px solid #004ea1;
}
.ipatent ul li a:hover .patent_img .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ipatent ul li a:hover .patent_txt{
    color: #004ea1;
}


/*企业风采*/
.ifengcai{
    margin-bottom: 28px;
    overflow: hidden;
}
.ifengcai ul{
    display: flex;
    flex-wrap: wrap;
}
.ifengcai ul li{
    width: 50%;
    padding: 0 20px;
}
.fengcais{
    display: block;
    transition: .5s;
}
.fengcais .pic:after{
    padding-bottom: 65.51%;
}
.fengcai_txt{
    text-align: center;
    padding: 20px 5px 28px 5px;
    font-size: 18px;
    color: #666;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fengcais:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.fengcais:hover .fengcai_txt{
    color: #004ea1;
}


/*市场分布*/
.inetwork{
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.inetwork img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}


/*新闻资讯*/
.inews{
    margin-bottom: 10px;
    overflow: hidden;
}
.inews li{
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.inews li a{
    display: block;
}
.inews li a .pic{
    float: left;
    width: 340px;
}
.inews li a .pic:after{
    padding-bottom: 56.25%;
}
.inews li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inews_txt{
    margin-left: 375px;
}
.inews_txt1{
    font-size: 18px;
    color: #333;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inews_txt2{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin: 30px 0 50px 0;
}
.inews_txt3{
    position: relative;
}
.inews_txt3 p{
    font-size: 18px;
    font-weight: bold;
    color: #999;
    transition: .5s;
}
.inews li a:hover .inews_txt1{
    color: #004ea1;
}
.inews li a:hover .inews_txt3 p{
    color: #004ea1;
    background: url("../images/njt.png") no-repeat right center;
}


/*新闻详情*/
.inewsshow{

}
.show_title{
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px dashed #bfbfbf;
}
.show_title h3{
    font-size: 20px;
    font-weight:normal;
    text-align: center;
    color: #333;
    padding-bottom: 10px;
    line-height: 28px;
}
.show_title span{
    color:#949494;
    margin:0px 10px;
    font-size:14px;
    padding-left:20px;
}
.browse{
    background:url(../images/browse.png) no-repeat left center;
}
.date{
    background:url(../images/date.png) no-repeat left center;
}
.show_content{
    line-height:28px;
    color:#4b4b4b;
    padding:25px 0px;
    border-bottom:1px dashed #bfbfbf;
    font-size: 15px;
}
.show_content video{
    width: 100%;
    height: auto;
}
.show_content img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
    padding-top:20px;
}
.show_back_fl{
    float: left;
    width: 70%;
    overflow:hidden;
}
.show_back_fl li{
    margin-bottom:2px;
    line-height:25px;
    color:#4d4d4d;
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:15px;
}
.show_back_fl li a{
    color:#868686;
    font-size:15px;
}
.show_back_fl li a:hover{
    color: #004ea1;
}
.show_back_fr{
    overflow:hidden;
    float: right;
    width: 15%;
}
.show_back_fr a{
    display:block;
    line-height:46px;
    color:#fff;
    font-size:15px;
    background: #004ea1 url(../images/return.png) no-repeat 20px center;
    padding-right:25px;
    text-align: right;
}


/*产品详情*/
.iproshow{

}
.iproshow1{
    margin-bottom: 65px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.iproshow1_fl{
    width: 48%;
}
.iproshow1_fl_t1{
    position: relative;
}
.iproshow1_fl_t1 .gallery-top {
    width: 100%;
    height: auto;
}
.iproshow1_fl_t1 .gallery-top .swiper-slide{
    display: initial;
}
.proshow-max a{
    display: block;
    position: relative;
    text-align: justify;
}
.proshow-max a .pic:after{
    padding-bottom: 80.90%;
}
.iproshow1_fl_t2{
    position: relative;
}
.iproshow1_fl_t2 .gallery-thumbs {
    width: 100%;
    height: auto;
}
.iproshow1_fl_t2 .gallery-thumbs .swiper-slide{
    display: initial;
}
.proshow-min a{
    display: block;
    position: relative;
    text-align: justify;
}
.proshow-min a .pic:after{
    padding-bottom: 90.90%;
}
.proshow-min a img{
    /*border: 1px solid #cbcbcc;*/
    background-color: #fff;
}
.proshow-min.swiper-slide-thumb-active a img{
    border: 1px solid #004ea1;
}
.iproshow1_fr{
    width: 46%;
}
.iproshow1_fr1{
    font-size: 30px;
    color: #333;
    line-height: 1;
}
.iproshow1_fr2{
    font-size: 16px;
    color: #666;
    margin: 30px 0;
}
.iproshow1_fr3{
    font-size: 16px;
    color: #333;
    line-height: 25px;
}
.iproshow1_fr4{
    margin-top: 50px;
}
.iproshow1_fr4 h3{
    font-size: 16px;
    color: #333;
    margin-bottom: 30px;
}
.iproshow1_fr4 ul{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.iproshow1_fr4 ul li{
    margin-right: 40px;
}
.iproshow1_fr4 ul li:last-child{
    margin-right: 0;
}
.iproshow2{

}
.iproshow2_title{
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
.iproshow2_con{
    position: relative;
}
.iproshow2_con .swiper-slide{
    display: initial;
}
.proshows a{
    display:block;
    overflow: hidden;
    position: relative;
    border: 2px solid #fff;
    background-color: #fff;
    transition: .5s;
}
.proshows a:hover{
    background-color: #004ea1;
    border: 2px solid #004ea1;
}
.proshows a .pic:after{
    padding-bottom: 90.90%;
}
.proshows a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.pro_info{
    text-align: justify;
}
.proshows a:hover .pro_info1{
    background: url("../images/pjt.png") no-repeat right center;
    color: #fff;
}
.proshows a:hover .pro_info2{
    border-top: 1px solid #fff;
}
.proshows a:hover .pro_info2s{
    color: #fff;
}
.swiper-pagination1{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.iproshow2_con .swiper-pagination1{
    display: none;
    bottom: 0;
    right: 0;
    width: 100%;
}
.iproshow2_con .swiper-pagination-bullet{
    width: 11px;
    height: 11px;
    background-color: #e6e6e6;
    opacity: 1;
    outline: none;
    margin: 0px 4px;
    border-radius: 25px;
}
.iproshow2_con .swiper-pagination-bullet-active{
    background-color: #004ea1;
}



@media (min-width:1801px) and (max-width:1900px){

}


@media (min-width:1701px) and (max-width:1800px){
    .iabout2 li p{
        font-size: 19px;
    }
    .lc_txt{
        margin-top: 15px;
    }
    .iculture_txt{
        padding: 7% 6%;
    }
}

@media (min-width:1601px) and (max-width:1700px){
    .menupc li{
        margin: 0 28px;
    }
    .adv_cons{
        width: 235px;
        height: 235px;
    }
    .iabout2 li p{
        font-size: 18px;
    }
    .icontact_fl p{
        margin-top: 10%;
    }
    .lc_txt{
        margin-top: 15px;
    }
    .iprocess ul li:before{
        left: 48.5%;
    }
    .iculture_txt{
        padding: 7% 6%;
    }
    .ihonor_img{
        padding: 20px 15px;
    }

}

@media (min-width:1501px) and (max-width:1600px){
    .container1{
        width: 82%;;
    }
    .menupc li{
        margin: 0 26px;
    }
    .home-procate{
        margin: 60px auto;
    }
    .adv_cons{
        width: 230px;
        height: 230px;
    }
    .home-news{
        margin: 60px auto;
    }
    .news_con{
        margin-top: 50px;
    }
    .iabout2 li p{
        font-size: 17px;
    }
    .icontact_fl p{
        margin-top: 10%;
    }
    .lc_txt{
        margin-top: 10px;
    }
    .iprocess ul li:before{
        left: 48.5%;
    }
    .iculture_txt{
        padding: 7% 6%;
    }
    .iculture_txt3{
        font-size: 200px;
    }
    .ihonor_img{
        padding: 15px;
    }
    .iproshow1_fr4{
        margin-top: 30px;
    }
}

@media (min-width:1401px) and (max-width:1500px){
    .container1{
        width: 88%;;
    }
    .menupc li{
        margin: 0 25px;
    }
    .home-procate{
        margin: 60px auto;
    }
    .adv_cons{
        width: 230px;
        height: 230px;
    }
    .home-news{
        margin: 60px auto;
    }
    .news_con{
        margin-top: 50px;
    }
    .iabout2 li p{
        font-size: 17px;
    }
    .icontact_fl p{
        margin-top: 30px;
    }
    .lc_txt{
        margin-top: 10px;
    }
    .iprocess ul li:before{
        left: 48.5%;
    }
    .ivideo ul li{
        padding: 0 15px;
    }
    .iculture_txt{
        padding: 7% 6%;
    }
    .iculture_txt3{
        font-size: 200px;
    }
    .ihonor ul li{
        padding: 0 10px;
    }
    .ihonor_img{
        padding: 15px;
    }
    .iproshow1_fr2{
        margin: 20px 0;
    }
    .iproshow1_fr4{
        margin-top: 20px;
    }
    .iproshow1_fr4 h3{
        margin-bottom: 20px;
    }
}

@media (min-width:1280px) and (max-width:1400px){
    .container1{
        width: 92%;
    }
    .menupc li{
        margin: 0 23px;
    }
    .footer1_fc_t ul li a{
        padding: 0 15px;
    }
    .home-procate{
        margin: 60px auto;
    }
    .about_frs{
        padding: 40px 35px;
    }
    .home-advantage{
        padding: 185px 0 60px 0;
    }
    .adv_con{
        margin-top: 50px;
    }
    .adv_cons{
        width: 210px;
        height: 210px;
    }
    .home-news{
        margin: 60px auto;
    }
    .news_con{
        margin-top: 50px;
    }
    .iabout2 li p{
        font-size: 16px;
    }
    .icontact_fl p{
        margin-top: 30px;
    }
    .lc_txt{
        margin-top: 0;
    }
    .iprocess ul li:before{
        left: 48.5%;
    }
    .ivideo ul li{
        padding: 0 15px;
    }
    .iculture_txt{
        padding: 7% 6%;
    }
    .iculture_txt3{
        font-size: 200px;
    }
    .ihonor ul li{
        padding: 0 10px;
    }
    .ihonor_img{
        padding: 15px;
    }
    .iproshow1_fr2{
        margin: 20px 0;
    }
    .iproshow1_fr4{
        margin-top: 20px;
    }
    .iproshow1_fr4 h3{
        margin-bottom: 20px;
    }
}

@media (min-width:1201px) and (max-width:1279px){
    .container1{
        width: 96%;
    }
    .menupc li{
        margin: 0 22px;
    }
    .footer1_fc_t ul li a{
        padding: 0 15px;
    }
    .home-procate{
        margin: 50px auto;
    }
    .about_frs{
        padding: 40px 35px;
    }
    .home-advantage{
        padding: 185px 0 50px 0;
    }
    .adv_con{
        margin-top: 50px;
    }
    .adv_cons{
        width: 210px;
        height: 210px;
    }
    .home-news{
        margin: 50px auto;
    }
    .news_con{
        margin-top: 50px;
    }
    .iabout2 li p{
        font-size: 16px;
    }
    .icontact_fl p{
        margin-top: 25px;
    }
    .lc_txt{
        margin-top: 0;
    }
    .iprocess ul li:before{
        left: 48.25%;
    }
    .ivideo ul li{
        padding: 0 15px;
    }
    .iculture_txt{
        padding: 7% 6%;
    }
    .iculture_txt3{
        font-size: 200px;
    }
    .ihonor ul li{
        padding: 0 10px;
    }
    .ihonor_img{
        padding: 15px;
    }
    .iproshow1_fr2{
        margin: 20px 0;
    }
    .iproshow1_fr4{
        margin-top: 20px;
    }
    .iproshow1_fr4 h3{
        margin-bottom: 20px;
    }

}

@media(max-width:1200px) {
    .container1{
        width:100%;
        margin:0 auto;
        padding-left:15px;
        padding-right:15px;
    }
    .show_content img{
        display:block;
        max-width:100%;
        height:auto;
        margin: auto;
    }
    .top{
        display: none !important;
    }
    .footer1_fc_t{
        margin: 10px 0 25px 0;
    }
    .home-procate{
        margin: 50px auto;
    }
    .index_title p{
        font-size: 36px;
    }
    .index_title h3{
        font-size: 30px;
    }
    .index_title h3:after{
        margin: 15px auto 0 auto;
    }
    .procate_nav{
        margin: 35px 0;
    }
    .procate_con{
        margin-bottom: 30px;
    }
    .home-about{
        padding-top: 50px;
    }
    .about_frs{
        padding: 35px 30px;
    }
    .about_frs .index_more a{
        margin: 25px auto 0 0;
    }
    .about_frs1{
        height: 45px;
        margin-bottom: 25px;
    }
    .home-advantage{
        padding: 185px 0 50px 0;
    }
    .adv_con{
        margin-top: 35px;
    }
    .adv_cons{
        width: 180px;
        height: 180px;
    }
    .adv_txt_a img{
        max-width: 30%;
    }
    .home-news{
        margin: 50px auto;
    }
    .news_con{
        margin-top: 35px;
    }
    .inner_fr_title p{
        font-size: 20px;
    }
    .inner_fr_con{
        margin: 40px 0 50px 0;
    }
    .iabout2{
        margin: 35px 0;
    }
    .iabout2 li h3 span{
        font-size: 30px;
    }
    .iabout2 li p{
        font-size: 16px;
    }
    .icontact_fl p{
        margin-top: 20px;
    }
    .lx1{
        padding: 0 15px;
    }
    .lx2{
        padding: 15px;
    }
    .lx3{
        padding: 0 15px;
    }
    .lx1 input{
        margin-left: 15px;
    }
    .lx2 textarea{
        margin-left: 15px;
    }
    .lx3 input{
        margin-left: 15px;
    }
    .lx3 a{
        width: 30%;
    }
    .lc_txt{
        margin-top: 0;
    }
    .iprocess ul li:before{
        left: 48.25%;
    }
    .ivideo ul li{
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .iadvantage img{
        display: block;
        max-width: 100%;
        height: auto;
        margin: auto;
    }
    .iculture_txt{
        padding: 6% 5%;
    }
    .iculture_txt1{
        font-size: 22px;
    }
    .iculture_txt3{
        font-size: 160px;
    }
    .ihonor{
        margin-bottom: 30px;
    }
    .ihonor ul li{
        padding: 0 10px;
    }
    .ihonor_img{
        padding: 10px;
    }
    .ihonor_txt{
        font-size: 16px;
    }
    .ipro ul li{
        padding: 0 10px;
    }
    .pro_info1{
        font-size: 16px;
    }
    .pro_info2{
        margin-top: 15px;
        padding-top: 10px;
    }
    .pro_info2s{
        font-size: 14px;
        line-height: 25px;
        height: 50px;
    }
    .ipatent ul li{
        padding: 0 10px;
    }
    .patent_img{
        padding: 10px;
    }
    .patent_txt{
        font-size: 16px;
        padding: 20px 5px;
    }
    .inews li a .pic{
        width: 300px;
    }
    .inews_txt{
        margin-left: 330px;
    }
    .inews_txt2{
        margin: 30px 0;
    }
    .show_back_fr{
        width: 17%;
    }
    .iproshow1{
        margin-bottom: 50px;
    }
    .iproshow1_fl{
        width: 80%;
        margin: 0 auto;
    }
    .iproshow1_fr{
        margin-top: 20px;
        width: 100%;
    }
}


@media(max-width:768px) {
    .footer1_fc_t{
        margin: 0 0 25px 0;
    }
    .sform1{
        width: 50%;
    }
    .sform2{
        width: 20%;
    }
    .procate_img{
        width: 80px;
        height: 80px;
    }
    .procate_img .p_before{
        max-width: 70%;
    }
    .procate_img .p_after{
        max-width: 70%;
    }
    .procate_txt{
        font-size: 16px;
    }
    .procate_info{
        font-size: 16px;
        padding: 20px 0;
    }
    .adv_cons{
        width: 130px;
        height: 130px;
    }
    .adv_txt_a img{
        max-width: 30%;
    }
    .adv_txt_b p{
        font-size: 16px;
    }
    .adv_txt_a p{
        font-size: 16px;
    }
    .news_con ul li{
        padding: 0 10px;
    }
    .news_txt{
        margin-top: 20px;
    }
    .news_txt1{
        font-size: 16px;
    }
    .news_txt2{
        font-size: 14px;
        line-height: 25px;
        height: 50px;
    }
    .news_txt3{
        padding-top: 15px;
        margin-top: 15px;
    }
    .inner_fl{
        width: 200px;
    }
    .inner_fr{
        margin-left: 240px;
    }
    .inner_fl_title{
        padding: 0 15px 0 30px;
        background: #004ea1 url(../images/line.jpg) no-repeat 15px center;
    }
    .inner_fl_title h3{
        font-size: 20px;
    }
    .inner_fl_title p{
        font-size: 14px;
    }
    .inner_fl_t_con{
        padding: 0 15px;
    }
    .inner_fl_b_con{
        padding: 20px 15px;
    }
    .inner_fl_b_con p{
        margin-bottom: 15px;
        word-break: break-all;
    }
    .icontact_fl{
        width: 100%;
    }
    .icontact_fr{
        margin-top: 20px;
        width: 100%;
    }
    .ifeedback h3{
        margin-bottom: 25px;
    }
    .lx_t_fl{
        width: 100%;
    }
    .lx_t_fr{
        width: 100%;
    }
    .iprocess ul:before{
        left: 10px;
    }
    .iprocess ul li:before{
        left: 0;
    }
    .iprocess_con{
        width: 90%;
    }
    .iprocess ul{
        padding-bottom: 25px;
    }
    .iprocess ul li{
        margin-bottom: 25px;
    }
    .iprocess ul li:nth-child(even) .iprocess_con{
        margin: 0 0 0 auto;
    }
    .v_btn img{
        max-width: 25%;
    }
    .iculture ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .iculture li{
        width: 48%;
    }
    .iculture li:nth-child(odd) .tp{
        float: none;
    }
    .iculture li:nth-child(even) .tp{
        float: none;
    }
    .iculture li .tp{
        width: 100%;
    }
    .iculture_txt{
        width: 100%;
        top: inherit;
        position: relative;
        height: 192px;
        padding: 30px 25px;
    }
    .iculture_txt1{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .iculture_txt3{
        font-size: 100px;
        bottom: -25px;
    }
    .ihonor{
        margin-bottom: 10px;
    }
    .ihonor ul li{
        width: 50%;
    }
    .ipro ul li{
        width: 50%;
    }
    .ipatent{
        margin-bottom: 30px;
    }
    .ipatent ul li{
        width: 50%;
    }
    .ifengcai ul li{
        padding: 0 10px;
    }
    .inews li{
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .inews li a .pic{
        width: 200px;
    }
    .inews_txt{
        margin-left: 230px;
    }
    .inews_txt1{
        font-size: 16px;
    }
    .inews_txt2{
        margin: 15px 0;
        font-size: 14px;
        line-height: 25px;
        height: 50px;
    }
    .inews_txt3{
        font-size: 16px;
    }
    .show_back_fr{
        width: 20%;
    }
    .iproshow1_fl{
        width: 100%;
    }
    .iproshow1_fr1{
        font-size: 26px;
    }
    .iproshow2_title{
        margin-bottom: 30px;
    }
}

@media(max-width:600px) {
    .footer1{
        padding: 30px 0;
    }
    .footer1_fl{
        float: none;
        width: 100%;
    }
    .footer1_fc{
        float: none;
        width: 100%;
        overflow: hidden;
        margin: 20px 0;
        padding: 0;
    }
    .footer1_fr{
        float: none;
        width: 100%;
    }
    .footer1_fl_t a img{
        display: block;
        margin: auto;
    }
    .footer1_fc_t{
        margin: 0 0 20px 0;
    }
    .footer1_fc_t ul li a{
        padding: 0 10px;
    }
    .sform1{
        width: 70%;
    }
    .sform2{
        width: 29%;
    }
    .footer2 p{
        font-size: 14px;
    }
    .home-procate{
        margin: 30px auto;
    }
    .index_title p{
        font-size: 26px;
    }
    .index_title h3{
        font-size: 20px;
    }
    .procate_nav{
        margin: 20px 0 5px 0;
    }
    .procate_nav ul{
        justify-content: center;
    }
    .procate_nav ul li{
        width: 33.3%;
        margin-bottom: 15px;
    }
    .procate_con{
        margin-bottom: 15px;
    }
    .procate_con ul li{
        width: 50%;
        padding: 0 5px;
    }
    .home-about{
        padding-top: 30px;
    }
    .about_fl{
        width: 100%;
    }
    .about_fr{
        margin-top: 20px;
        width: 100%;
    }
    .about_frs{
        margin-top: 20px;
        padding: 25px 20px;
    }
    .home-advantage{
        padding: 155px 0 15px 0;
    }
    .adv_con{
        margin-top: 20px;
    }
    .adv_con ul{
        justify-content: center;
    }
    .adv_con ul li{
        width: 50%;
        margin-bottom: 15px;
    }
    .adv_cons{
        width: 150px;
        height: 150px;
    }
    .home-news{
        margin: 30px 0 15px 0;
    }
    .news_con{
        margin-top: 20px;
    }
    .news_con ul li{
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
    .inner_fl{
        float: none;
        width: 100%;
        margin-top: 0;
    }
    .inner_fl_title{
        height: 70px;
    }
    .inner_fl_t_con li{
        line-height: 50px;
    }
    .inner_fr{
        padding-top: 0;
        margin-left: 0;
    }
    .inner_fr_title p{
        float: none;
        width: 100%;
        font-size: 18px;
    }
    .inner_fr_title span{
        float: none;
        width: 100%;
    }
    .inner_fr_con{
        margin: 20px 0 30px 0;
    }
    .iabout2{
        margin: 20px 0;
    }
    .iabout2 li{
        width: 50%;
        margin-bottom: 20px;
    }
    .iabout2 li:nth-child(2n){
        background: none;
    }
    .iabout2 li h3{
        margin-bottom: 15px;
    }
    .ifeedback h3{
        margin-bottom: 20px;
    }
    .lx_t{
        margin-bottom: 15px;
    }
    .lx_b input{
        margin: 0 10px;
        width: 150px;
        height: 50px;
        line-height: 50px;
    }
    .lc_txt2{
        line-height: 25px;
    }
    .ivideo{
        margin-bottom: 20px;
    }
    .ivideo ul li{
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .iculture_txt{
        padding: 20px 15px;
        height: 176px;
    }
    .iculture_txt1{
        font-size: 16px;
    }
    .iculture_txt2{
        font-size: 14px;
        line-height: 25px;
    }
    .iculture_txt3{
        font-size: 80px;
        right: 15px;
    }
    .ihonor{
        margin-bottom: 15px;
    }
    .ihonor ul li{
        padding: 0 5px;
        margin-bottom: 15px;
    }
    .ihonor_img{
        padding: 5px;
    }
    .ipro ul li{
        padding: 0 5px;
        margin-bottom: 20px;
    }
    .pro_info{
        padding: 15px 10px;
    }
    .ipatent{
        margin-bottom: 15px;
    }
    .ipatent ul li{
        padding: 0 5px;
    }
    .patent_img{
        padding: 5px;
    }
    .ifengcai{
        margin-bottom: 15px;
    }
    .ifengcai ul li{
        padding: 0 5px;
    }
    .fengcai_txt{
        padding: 15px 5px;
    }
    .inews li a .pic{
        float: none;
        width: 100%;
    }
    .inews_txt{
        margin-left: 0;
        margin-top: 20px;
    }
    .show_back_fr{
        width: 25%;
    }
    .show_back_fr a{
        background: #004ea1 url(../images/return.png) no-repeat 10px center;
        padding-right: 15px;
    }
    .iproshow1{
        margin-bottom: 30px;
    }
    .iproshow1_fr1{
        font-size: 20px;
    }
    .iproshow1_fr2{
        margin: 20px 0;
    }
    .iproshow1_fr4{
        margin-top: 20px;
    }
    .iproshow1_fr4 h3{
        margin-bottom: 20px;
    }
    .iproshow2_title{
        margin-bottom: 20px;
    }
    .iproshow2_con .swiper-pagination1{
        display: block;
    }
    .iproshow2_con{
        padding-bottom: 15px;
    }
}


@media(max-width:414px) {

}

@media(max-width:375px) {

}

@media(max-width:320px) {
    .lx_b input{
        margin: 0 5px;
        width: 130px;
    }
    .iculture li{
        width: 100%;
    }
    .iculture_txt{
        height: auto;
        padding: 20px 15px 40px 15px;
    }
    .show_back_fl{
        width: 65%;
    }
    .show_back_fr{
        width: 30%;
    }
}














